home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
- <class>ve_open</class>
- <widget class="QWidget">
- <property name="name">
- <cstring>ve_open</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>586</width>
- <height>468</height>
- </rect>
- </property>
- <property name="caption">
- <string></string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QPushButton" row="1" column="2">
- <property name="name">
- <cstring>cancel</cstring>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>widget_here</cstring>
- </property>
- <property name="title">
- <string></string>
- </property>
- </widget>
- <spacer row="1" column="0">
- <property name="name">
- <cstring>spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>300</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>ok</cstring>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
- </grid>
- </widget>
- <connections>
- <connection>
- <sender>cancel</sender>
- <signal>clicked()</signal>
- <receiver>ve_open</receiver>
- <slot>reject()</slot>
- </connection>
- <connection>
- <sender>ok</sender>
- <signal>clicked()</signal>
- <receiver>ve_open</receiver>
- <slot>accept()</slot>
- </connection>
- </connections>
- <tabstops>
- <tabstop>ok</tabstop>
- <tabstop>cancel</tabstop>
- </tabstops>
- <slots>
- <slot>reject()</slot>
- <slot>accept()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
- </UI>
-